Uses of Interface
net.minecraft.world.entity.PostSpawnProcessor
Packages that use PostSpawnProcessor
-
Uses of PostSpawnProcessor in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return PostSpawnProcessorModifier and TypeMethodDescriptiondefault PostSpawnProcessor<T> PostSpawnProcessor.andThen(PostSpawnProcessor<? super T> after) static <T extends Entity>
PostSpawnProcessor<T> EntityType.appendComponentsConfig(PostSpawnProcessor<T> initialConfig, ItemStack itemStack) static <T extends Entity>
PostSpawnProcessor<T> EntityType.appendCustomEntityStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, @Nullable LivingEntity user) static <T extends Entity>
PostSpawnProcessor<T> EntityType.appendDefaultStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, @Nullable LivingEntity user) static <T extends Entity>
PostSpawnProcessor<T> EntityType.createDefaultStackConfig(Level level, ItemStack itemStack, @Nullable LivingEntity user) static <T extends Entity>
PostSpawnProcessor<T> PostSpawnProcessor.nop()Methods in net.minecraft.world.entity with parameters of type PostSpawnProcessorModifier and TypeMethodDescriptiondefault PostSpawnProcessor<T> PostSpawnProcessor.andThen(PostSpawnProcessor<? super T> after) static <T extends Entity>
PostSpawnProcessor<T> EntityType.appendComponentsConfig(PostSpawnProcessor<T> initialConfig, ItemStack itemStack) static <T extends Entity>
PostSpawnProcessor<T> EntityType.appendCustomEntityStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, @Nullable LivingEntity user) static <T extends Entity>
PostSpawnProcessor<T> EntityType.appendDefaultStackConfig(PostSpawnProcessor<T> initialConfig, Level level, ItemStack itemStack, @Nullable LivingEntity user) EntityType.create(ServerLevel level, @Nullable PostSpawnProcessor<T> postSpawnConfig, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp) EntityType.spawn(ServerLevel level, @Nullable PostSpawnProcessor<T> postSpawnConfig, BlockPos spawnPos, EntitySpawnReason spawnReason, boolean tryMoveDown, boolean movedUp)