Uses of Class
net.minecraft.world.Grid
Packages that use Grid
Package
Description
The base package for all Minecraft classes.
-
Uses of Grid in net.minecraft
Fields in net.minecraft declared as GridModifier and TypeFieldDescriptionprivate final Gridclass_9515.blocksThe field for theblocksrecord component.private final Gridclass_9597.class_9598.blocksThe field for theblocksrecord component.Methods in net.minecraft that return GridModifier and TypeMethodDescriptionclass_9515.blocks()Returns the value of theblocksrecord component.class_9597.class_9598.blocks()Returns the value of theblocksrecord component.Methods in net.minecraft with parameters of type GridModifier and TypeMethodDescriptionstatic class_9517class_9517.method_58997(Grid grid, Direction direction) class_9517.method_59000(Grid grid, Direction direction) Constructors in net.minecraft with parameters of type GridModifierConstructorDescriptionclass_9515(Grid grid, LongSet longSet, BlockPos blockPos, int int2) class_9598(World world, Grid grid, RegistryEntry<Biome> registryEntry) -
Uses of Grid in net.minecraft.block
Methods in net.minecraft.block with parameters of type Grid -
Uses of Grid in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as GridModifier and TypeFieldDescriptionprivate final GridAddSubGridS2CPacket.blocksThe field for theblocksrecord component.Methods in net.minecraft.network.packet.s2c.play that return GridModifier and TypeMethodDescriptionAddSubGridS2CPacket.blocks()Returns the value of theblocksrecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type GridModifierConstructorDescriptionAddSubGridS2CPacket(int int2, UUID uUID, double double2, double double3, double double4, Grid grid, RegistryEntry<Biome> registryEntry) -
Uses of Grid in net.minecraft.world
Fields in net.minecraft.world declared as GridFields in net.minecraft.world with type parameters of type GridModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, Grid> Grid.PACKET_CODECMethods in net.minecraft.world that return GridModifier and TypeMethodDescriptionGrid.copy()GridCarrierView.getGrid()static GridGrid.readFromNbt(RegistryEntryLookup<Block> blockRegistryLookup, NbtCompound nbt) Methods in net.minecraft.world with parameters of type Grid