Uses of Class
net.minecraft.entity.mob.SilverfishEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of SilverfishEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type SilverfishEntity Modifier and Type Method Description protected float
SilverfishEntityRenderer. getLyingAngle(SilverfishEntity silverfishEntity)
Identifier
SilverfishEntityRenderer. getTexture(SilverfishEntity silverfishEntity)
-
Uses of SilverfishEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type SilverfishEntity Modifier and Type Field Description static EntityType<SilverfishEntity>
EntityType. SILVERFISH
-
Uses of SilverfishEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as SilverfishEntity Modifier and Type Field Description private SilverfishEntity
SilverfishEntity.CallForHelpGoal. silverfish
Method parameters in net.minecraft.entity.mob with type arguments of type SilverfishEntity Modifier and Type Method Description static boolean
SilverfishEntity. canSpawn(EntityType<SilverfishEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructors in net.minecraft.entity.mob with parameters of type SilverfishEntity Constructor Description CallForHelpGoal(SilverfishEntity silverfish)
WanderAndInfestGoal(SilverfishEntity silverfish)
Constructor parameters in net.minecraft.entity.mob with type arguments of type SilverfishEntity Constructor Description SilverfishEntity(EntityType<? extends SilverfishEntity> type, World world)