Uses of Class
net.minecraftforge.fml.network.FMLPlayMessages.SpawnEntity
-
Packages that use FMLPlayMessages.SpawnEntity Package Description net.minecraft.entity net.minecraftforge.fml.network -
-
Uses of FMLPlayMessages.SpawnEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type FMLPlayMessages.SpawnEntity Modifier and Type Field Description private java.util.function.BiFunction<FMLPlayMessages.SpawnEntity,World,T>
EntityType.Builder. customClientFactory
private java.util.function.BiFunction<FMLPlayMessages.SpawnEntity,World,T>
EntityType. customClientFactory
Methods in net.minecraft.entity with parameters of type FMLPlayMessages.SpawnEntity Modifier and Type Method Description T
EntityType. customClientSpawn(FMLPlayMessages.SpawnEntity packet, World world)
Method parameters in net.minecraft.entity with type arguments of type FMLPlayMessages.SpawnEntity Modifier and Type Method Description EntityType.Builder<T>
EntityType.Builder. setCustomClientFactory(java.util.function.BiFunction<FMLPlayMessages.SpawnEntity,World,T> customClientFactory)
By default, entities are spawned clientside viaEntityType.create(World)
.Constructor parameters in net.minecraft.entity with type arguments of type FMLPlayMessages.SpawnEntity Constructor Description EntityType(EntityType.IFactory<T> p_i231489_1_, EntityClassification p_i231489_2_, boolean p_i231489_3_, boolean p_i231489_4_, boolean p_i231489_5_, boolean p_i231489_6_, com.google.common.collect.ImmutableSet<Block> p_i231489_7_, EntitySize p_i231489_8_, int p_i231489_9_, int p_i231489_10_, java.util.function.Predicate<EntityType<?>> velocityUpdateSupplier, java.util.function.ToIntFunction<EntityType<?>> trackingRangeSupplier, java.util.function.ToIntFunction<EntityType<?>> updateIntervalSupplier, java.util.function.BiFunction<FMLPlayMessages.SpawnEntity,World,T> customClientFactory)
-
Uses of FMLPlayMessages.SpawnEntity in net.minecraftforge.fml.network
Methods in net.minecraftforge.fml.network that return FMLPlayMessages.SpawnEntity Modifier and Type Method Description static FMLPlayMessages.SpawnEntity
FMLPlayMessages.SpawnEntity. decode(PacketBuffer buf)
Methods in net.minecraftforge.fml.network with parameters of type FMLPlayMessages.SpawnEntity Modifier and Type Method Description static void
FMLPlayMessages.SpawnEntity. encode(FMLPlayMessages.SpawnEntity msg, PacketBuffer buf)
static void
FMLPlayMessages.SpawnEntity. handle(FMLPlayMessages.SpawnEntity msg, java.util.function.Supplier<NetworkEvent.Context> ctx)
-