Uses of Class
net.minecraft.entity.passive.RayTracingEntity
Packages that use RayTracingEntity
Package
Description
-
Uses of RayTracingEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type RayTracingEntityModifier and TypeMethodDescriptionRayTracingEntityRenderer.getTexture(RayTracingEntity rayTracingEntity) -
Uses of RayTracingEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type RayTracingEntityModifier and TypeFieldDescriptionstatic final EntityType<RayTracingEntity>EntityType.RAY_TRACING -
Uses of RayTracingEntity in net.minecraft.entity.passive
Constructor parameters in net.minecraft.entity.passive with type arguments of type RayTracingEntityModifierConstructorDescriptionRayTracingEntity(EntityType<RayTracingEntity> entityType, World world) -
Uses of RayTracingEntity in net.minecraft.server.world
Methods in net.minecraft.server.world that return RayTracingEntity