| public static Identifier | |
| public T | | spawn(ServerLevel level, ItemStack itemStack, LivingEntity user, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp) | | spawn(ServerLevel level, ItemStack itemStack, LivingEntity user, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp) | | method_5894(class_3218 arg0, class_1799 arg1, class_1309 arg2, class_2338 arg3, class_3730 arg4, boolean arg5, boolean arg6) | | spawnFromItemStack(ServerWorld world, ItemStack stack, LivingEntity spawner, BlockPos pos, SpawnReason spawnReason, boolean alignPosition, boolean invertY) |
|
| public static <T extends Entity> EntityInitializer<T> | |
| public static <T extends Entity> EntityInitializer<T> | | appendDefaultStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, LivingEntity user) | | appendDefaultStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, LivingEntity user) | | method_48156(class_1_1033<T> arg0, class_1937 arg1, class_1799 arg2, class_1309 arg3) | | copier(EntityInitializer<T> before, World world, ItemStack stack, LivingEntity spawner) |
|
| public static <T extends Entity> EntityInitializer<T> | |
| public static <T extends Entity> EntityInitializer<T> | | appendCustomEntityStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, LivingEntity user) | | appendCustomEntityStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, LivingEntity user) | | method_48011(class_1_1033<T> arg0, class_1937 arg1, class_1799 arg2, class_1309 arg3) | | nbtCopier(EntityInitializer<T> before, World world, ItemStack stack, LivingEntity spawner) |
|
| public T | |
| public T | | spawn(ServerLevel level, PostSpawnProcessor<T> postSpawnConfig, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp) | | spawn(ServerLevel level, PostSpawnProcessor<T> postSpawnConfig, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp) | | method_5899(class_3218 arg0, class_1_1033<T> arg1, class_2338 arg2, class_3730 arg3, boolean arg4, boolean arg5) | | spawn(ServerWorld world, EntityInitializer<T> initializer, BlockPos pos, SpawnReason reason, boolean alignPosition, boolean invertY) |
|
| public T | | create(ServerLevel level, PostSpawnProcessor<T> postSpawnConfig, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp) | | create(ServerLevel level, PostSpawnProcessor<T> postSpawnConfig, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp) | | method_5888(class_3218 arg0, class_1_1033<T> arg1, class_2338 arg2, class_3730 arg3, boolean arg4, boolean arg5) | | create(ServerWorld world, EntityInitializer<T> initializer, BlockPos pos, SpawnReason reason, boolean alignPosition, boolean invertY) |
|
| protected static double | | getYOffset(LevelReader level, BlockPos spawnPos, boolean movedUp, AABB entityBox) | | getYOffset(LevelReader level, BlockPos spawnPos, boolean movedUp, AABB entityBox) | | method_5884(class_4538 arg0, class_2338 arg1, boolean arg2, class_238 arg3) | | getOriginY(WorldView world, BlockPos pos, boolean invertY, Box boundingBox) |
|
| public static void | | updateCustomEntityTag(Level level, LivingEntity user, Entity entity, TypedEntityData<EntityType<?>> entityData) | | updateCustomEntityTag(Level level, LivingEntity user, Entity entity, TypedEntityData<EntityType<?>> entityData) | | method_5881(class_1937 arg0, class_1309 arg1, class_1297 arg2, class_11580<class_1299<?>> arg3) | | loadFromEntityNbt(World world, LivingEntity spawner, Entity entity, TypedEntityData<EntityType<?>> data) |
|
| public boolean | | canSerialize() | | canSerialize() | | method_5893() | | isSaveable() |
|
| public boolean | | canSummon() | | canSummon() | | method_5896() | | isSummonable() |
|
| public boolean | | fireImmune() | | fireImmune() | | method_19946() | | isFireImmune() |
|
| public boolean | | canSpawnFarFromPlayer() | | canSpawnFarFromPlayer() | | method_20814() | | isSpawnableFarFromPlayer() |
|
| public SpawnGroup | | getCategory() | | getCategory() | | method_5891() | | getSpawnGroup() |
|
| public String | | getDescriptionId() | | getDescriptionId() | | method_5882() | | getTranslationKey() |
|
| public Text | | getDescription() | | getDescription() | | method_5897() | | getName() |
|
| public String | | toShortString() | | toShortString() | | method_35050() | | getUntranslatedName() |
|
| public Optional<RegistryKey<LootTable>> | | getDefaultLootTable() | | getDefaultLootTable() | | method_16351() | | getLootTableKey() |
|
| public float | | getWidth() | | getWidth() | | method_17685() | | getWidth() |
|
| public float | | getHeight() | | getHeight() | | method_17686() | | getHeight() |
|
| public FeatureSet | | requiredFeatures() | | requiredFeatures() | | method_45322() | | getRequiredFeatures() |
|
| public boolean | |
| public T | |
| public T | |
| public static Optional<Entity> | |
| public static Optional<Entity> | | create(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason) | | create(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason) | | method_72384(class_1299<?> arg0, class_11368 arg1, class_1937 arg2, class_3730 arg3) | | getEntityFromData(EntityType<?> type, ReadView readView, World world, SpawnReason spawnReason) |
|
| public Box | |
| public Box | | getSpawnAABB(double x, double y, double z) | | getSpawnAABB(double x, double y, double z) | | method_58629(double arg0, double arg1, double arg2) | | getSpawnBox(double x, double y, double z) |
|
| public boolean | |
| public EntityDimensions | | getDimensions() | | getDimensions() | | method_18386() | | getDimensions() |
|
| public static Optional<EntityType<?>> | |
| public static Entity | | loadEntityRecursive(CompoundTag tag, Level level, EntitySpawnRequest request, EntityProcessor postLoad) | | loadEntityRecursive(CompoundTag tag, Level level, EntitySpawnRequest request, EntityProcessor postLoad) | | method_71371(class_2487 arg0, class_1937 arg1, class_1_1035 arg2, class_12259 arg3) | | loadEntityWithPassengers(NbtCompound nbt, World world, SpawnContext context, LoadedEntityProcessor processor) |
|
| public static Entity | | loadEntityRecursive(EntityType<?> type, CompoundTag tag, Level level, EntitySpawnReason reason, EntityProcessor postLoad) | | loadEntityRecursive(EntityType<?> type, CompoundTag tag, Level level, EntitySpawnReason reason, EntityProcessor postLoad) | | method_72386(class_1299<?> arg0, class_2487 arg1, class_1937 arg2, class_3730 arg3, class_12259 arg4) | | loadEntityWithPassengers(EntityType<?> type, NbtCompound data, World world, SpawnReason reason, LoadedEntityProcessor processor) |
|
| public static Entity | | loadEntityRecursive(ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) | | loadEntityRecursive(ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) | | method_1_6356(class_11368 arg0, class_1937 arg1, class_3730 arg2, class_12259 arg3) | | loadEntityWithPassengers(ReadView view, World world, SpawnReason reason, LoadedEntityProcessor entityProcessor) |
|
| public static Entity | | loadEntityRecursive(ValueInput input, Level level, EntitySpawnRequest request, EntityProcessor postLoad) | | loadEntityRecursive(ValueInput input, Level level, EntitySpawnRequest request, EntityProcessor postLoad) | | method_17842(class_11368 arg0, class_1937 arg1, class_1_1035 arg2, class_12259 arg3) | | loadEntityWithPassengers(ReadView view, World world, SpawnContext context, LoadedEntityProcessor processor) |
|
| public static Entity | | loadEntityRecursive(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) | | loadEntityRecursive(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason, EntityProcessor postLoad) | | method_72385(class_1299<?> arg0, class_11368 arg1, class_1937 arg2, class_3730 arg3, class_12259 arg4) | | loadEntityWithPassengers(EntityType<?> type, ReadView view, World world, SpawnReason reason, LoadedEntityProcessor processor) |
|
| private static Entity | | loadPassengersRecursive(Entity entity, ValueInput input, Level level, EntitySpawnRequest request, EntityProcessor postLoad) | | loadPassengersRecursive(Entity entity, ValueInput input, Level level, EntitySpawnRequest request, EntityProcessor postLoad) | | method_72383(class_1297 arg0, class_11368 arg1, class_1937 arg2, class_1_1035 arg3, class_12259 arg4) | | loadEntityPassengers(Entity entity, ReadView view, World world, SpawnContext context, LoadedEntityProcessor processor) |
|
| public static Stream<Entity> | |
| private static Optional<Entity> | |
| private static Optional<Entity> | | loadStaticEntity(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason) | | loadStaticEntity(EntityType<?> type, ValueInput input, Level level, EntitySpawnReason reason) | | method_72389(class_1299<?> arg0, class_11368 arg1, class_1937 arg2, class_3730 arg3) | | loadEntityFromData(EntityType<?> type, ReadView view, World world, SpawnReason reason) |
|
| public int | | clientTrackingRange() | | clientTrackingRange() | | method_18387() | | getMaxTrackDistance() |
|
| public int | | updateInterval() | | updateInterval() | | method_18388() | | getTrackTickInterval() |
|
| public boolean | | hasUpdateInterval() | | hasUpdateInterval() | | method_1_9565() | | isTracked() |
|
| public boolean | | trackDeltas() | | trackDeltas() | | method_18389() | | alwaysUpdateVelocity() |
|
| public T | |
| public Class<? extends Entity> | | getBaseClass() | | getBaseClass() | | method_31794() | | getBaseClass() |
|
| public RegistryEntry$Reference<EntityType<?>> | | builtInRegistryHolder() | | builtInRegistryHolder() | | method_40124() | | getRegistryEntry() |
|
| public boolean | | isAllowedInPeaceful() | | isAllowedInPeaceful() | | method_72390() | | isAllowedInPeaceful() |
|
| public boolean | | onlyOpCanSetNbt() | | onlyOpCanSetNbt() | | method_65893() | | canPotentiallyExecuteCommands() |
|