Uses of Class
net.minecraft.class_10255
Packages that use class_10255
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10255 in net.minecraft
Subclasses of class_10255 in net.minecraftMethods in net.minecraft with parameters of type class_10255Modifier and TypeMethodDescriptionvoidclass_10262.updateRenderState(class_10255 class_10255, BoatEntityRenderState boatEntityRenderState, float float2) Constructor parameters in net.minecraft with type arguments of type class_10255ModifierConstructorDescriptionclass_10255(EntityType<? extends class_10255> entityType, World world, Supplier<Item> supplier) -
Uses of class_10255 in net.minecraft.block.dispenser
Fields in net.minecraft.block.dispenser with type parameters of type class_10255Modifier and TypeFieldDescriptionprivate final EntityType<? extends class_10255> BoatDispenserBehavior.boatTypeConstructor parameters in net.minecraft.block.dispenser with type arguments of type class_10255ModifierConstructorDescriptionBoatDispenserBehavior(EntityType<? extends class_10255> entityType) -
Uses of class_10255 in net.minecraft.entity.vehicle
Subclasses of class_10255 in net.minecraft.entity.vehicle -
Uses of class_10255 in net.minecraft.item
Fields in net.minecraft.item with type parameters of type class_10255Modifier and TypeFieldDescriptionprivate final EntityType<? extends class_10255> BoatItem.field_54469Methods in net.minecraft.item that return class_10255Modifier and TypeMethodDescriptionprivate @Nullable class_10255BoatItem.createEntity(World world, HitResult hitResult, ItemStack stack, PlayerEntity player) Constructor parameters in net.minecraft.item with type arguments of type class_10255ModifierConstructorDescriptionBoatItem(EntityType<? extends class_10255> entityType, Item.Settings settings)