Class ExpandBaseSpawner
java.lang.Object
com.blamejared.crafttweaker.natives.world.ExpandBaseSpawner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.entity.EntitygetOrCreateDisplayEntity(net.minecraft.world.level.BaseSpawner internal, net.minecraft.world.level.Level level, net.minecraft.util.RandomSource random, net.minecraft.core.BlockPos position) static doublegetoSpin(net.minecraft.world.level.BaseSpawner internal) static doublegetSpin(net.minecraft.world.level.BaseSpawner internal) static voidsetEntityId(net.minecraft.world.level.BaseSpawner internal, net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> type, net.minecraft.world.level.Level level, net.minecraft.util.RandomSource random, net.minecraft.core.BlockPos position)
-
Constructor Details
-
ExpandBaseSpawner
public ExpandBaseSpawner()
-
-
Method Details
-
setEntityId
public static void setEntityId(net.minecraft.world.level.BaseSpawner internal, net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> type, @Nullable net.minecraft.world.level.Level level, net.minecraft.util.RandomSource random, net.minecraft.core.BlockPos position) -
getOrCreateDisplayEntity
public static net.minecraft.world.entity.Entity getOrCreateDisplayEntity(net.minecraft.world.level.BaseSpawner internal, net.minecraft.world.level.Level level, net.minecraft.util.RandomSource random, net.minecraft.core.BlockPos position) -
getSpin
public static double getSpin(net.minecraft.world.level.BaseSpawner internal) -
getoSpin
public static double getoSpin(net.minecraft.world.level.BaseSpawner internal)
-