Uses of Class
net.minecraft.class_9236
Packages that use class_9236
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9236 in net.minecraft
Subclasses of class_9236 in net.minecraftConstructor parameters in net.minecraft with type arguments of type class_9236ModifierConstructorDescription(package private)class_9236(EntityType<? extends class_9236> type, double x, double y, double z, double directionX, double directionY, double directionZ, World world) class_9236(EntityType<? extends class_9236> type, World world) class_9236(EntityType<? extends class_9236> entityType, World world, Entity entity, double double2, double double3, double double4) class_9238(EntityType<? extends class_9236> type, World world) -
Uses of class_9236 in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type class_9236Modifier and TypeMethodDescriptionWindChargeEntityRenderer.getTexture(class_9236 class_9236) voidWindChargeEntityRenderer.render(class_9236 class_9236, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of class_9236 in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type class_9236Modifier and TypeMethodDescriptionvoidWindChargeEntityModel.setAngles(class_9236 class_9236, float float2, float float3, float float4, float float5, float float6) -
Uses of class_9236 in net.minecraft.entity.projectile
Subclasses of class_9236 in net.minecraft.entity.projectileConstructor parameters in net.minecraft.entity.projectile with type arguments of type class_9236ModifierConstructorDescriptionWindChargeEntity(EntityType<? extends class_9236> type, World world)