Class ExpandEntityType
java.lang.Object
com.blamejared.crafttweaker.natives.entity.ExpandEntityType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CTEntityIngredientasEntityIngredient(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static CTEntityIngredientasList(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, CTEntityIngredient other) static booleancanSpawnFarFromPlayer(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static booleancanSummon(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static net.minecraft.world.entity.Entitycreate(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.world.level.Level level) static booleanfireImmune(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static net.minecraft.world.entity.MobCategorygetCategory(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static StringgetCommandString(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static net.minecraft.resources.ResourceLocationgetDefaultLootTable(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static net.minecraft.network.chat.ComponentgetDescription(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static StringgetDescriptionId(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static net.minecraft.world.entity.EntityDimensionsgetDimensions(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static floatgetHeight(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static net.minecraft.resources.ResourceLocationgetRegistryName(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static floatgetWidth(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) static booleanisBlockDangerous(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.world.level.block.state.BlockState state) static booleanisIn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, KnownTag<net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity>> tag) static net.minecraft.world.entity.Entityspawn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.server.level.ServerLevel level, MapData data, Consumer<net.minecraft.world.entity.Entity> onSpawn, net.minecraft.core.BlockPos position, net.minecraft.world.entity.MobSpawnType spawnType, boolean alignPosition, boolean invertY) static net.minecraft.world.entity.Entityspawn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.server.level.ServerLevel level, IItemStack spawnStack, net.minecraft.world.entity.player.Player spawningPlayer, net.minecraft.core.BlockPos position, net.minecraft.world.entity.MobSpawnType spawnType, boolean alignPosition, boolean invertY) static net.minecraft.world.entity.Entityspawn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos position, net.minecraft.world.entity.MobSpawnType spawnType) static StringtoShortString(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal)
-
Constructor Details
-
ExpandEntityType
public ExpandEntityType()
-
-
Method Details
-
spawn
public static net.minecraft.world.entity.Entity spawn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.server.level.ServerLevel level, IItemStack spawnStack, net.minecraft.world.entity.player.Player spawningPlayer, net.minecraft.core.BlockPos position, net.minecraft.world.entity.MobSpawnType spawnType, boolean alignPosition, boolean invertY) -
spawn
public static net.minecraft.world.entity.Entity spawn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos position, net.minecraft.world.entity.MobSpawnType spawnType) -
spawn
public static net.minecraft.world.entity.Entity spawn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.server.level.ServerLevel level, MapData data, Consumer<net.minecraft.world.entity.Entity> onSpawn, net.minecraft.core.BlockPos position, net.minecraft.world.entity.MobSpawnType spawnType, boolean alignPosition, boolean invertY) -
canSummon
public static boolean canSummon(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
fireImmune
public static boolean fireImmune(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
canSpawnFarFromPlayer
public static boolean canSpawnFarFromPlayer(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
getCategory
public static net.minecraft.world.entity.MobCategory getCategory(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
getDescriptionId
public static String getDescriptionId(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
getDescription
public static net.minecraft.network.chat.Component getDescription(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
toShortString
public static String toShortString(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
getDefaultLootTable
public static net.minecraft.resources.ResourceLocation getDefaultLootTable(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
getWidth
public static float getWidth(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
getHeight
public static float getHeight(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
create
public static net.minecraft.world.entity.Entity create(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.world.level.Level level) -
isBlockDangerous
public static boolean isBlockDangerous(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, net.minecraft.world.level.block.state.BlockState state) -
getDimensions
public static net.minecraft.world.entity.EntityDimensions getDimensions(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
isIn
public static boolean isIn(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, KnownTag<net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity>> tag) -
getRegistryName
public static net.minecraft.resources.ResourceLocation getRegistryName(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
getCommandString
public static String getCommandString(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
asEntityIngredient
public static CTEntityIngredient asEntityIngredient(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal) -
asList
public static CTEntityIngredient asList(net.minecraft.world.entity.EntityType<net.minecraft.world.entity.Entity> internal, CTEntityIngredient other)
-