Uses of Class
net.minecraft.world.World
Packages that use World
Package
Description
-
Uses of World in net.minecraft
Subclasses of World in net.minecraftFields in net.minecraft declared as WorldModifier and TypeFieldDescriptionprivate Worldclass_326.field_1231private Worldclass_359.field_1350private Worldclass_60.field_1399private Worldclass_390.field_1515private Worldclass_477.field_1960private Worldclass_538.field_2260class_478.field_2411private Worldclass_455.field_2555protected Worldclass_75.field_269private Worldclass_208.field_776Methods in net.minecraft with parameters of type WorldModifier and TypeMethodDescriptionvoidclass_417.method_1402(World world) static Chunkclass_445.method_1479(World world, NbtCompound nbtCompound) static voidclass_445.method_1480(Chunk chunk, World world, NbtCompound nbtCompound) voidclass_467.method_1530(World world, Entity entity) booleanclass_467.method_1531(World world, Entity entity) booleanclass_467.method_1532(World world, Entity entity) voidclass_537.method_1710(World world) voidMultiplayerInteractionManager.method_1710(World world) voidSingleplayerInteractionManager.method_1710(World world) booleanMultiplayerInteractionManager.method_1712(PlayerEntity playerEntity, World world, ItemStack itemStack) booleanMultiplayerInteractionManager.method_1713(PlayerEntity playerEntity, World world, ItemStack itemStack, int int2, int int3, int int4, int int5) MultiplayerInteractionManager.method_1717(World world) booleanclass_70.method_1831(PlayerEntity playerEntity, World world, ItemStack itemStack) booleanclass_70.method_1832(PlayerEntity playerEntity, World world, ItemStack itemStack, int int2, int int3, int int4, int int5) class_561.method_1855(ItemStack itemStack, World world, PlayerEntity playerEntity) protected static BlockPosclass_567.method_1868(World world, int int2, int int3) static booleanclass_567.method_1869(World world, List list) static final intclass_567.method_1870(World world, boolean bool, boolean bool2) private static booleanclass_567.method_1871(SpawnGroup spawnGroup, World world, int int2, int int3, int int4) private static voidclass_567.method_1872(LivingEntity livingEntity, World world, float float2, float float3, float float4) voidclass_478.method_1874(World world, int int2, int int3) voidclass_75.method_323(World world) voidclass_105.method_395(class_51 class_51, World world, int int2, int int3, byte[] byte2) protected voidclass_105.method_396(World world, int int2, int int3, int int4, int int5, byte[] byte2) protected voidclass_344.method_396(World world, int int2, int int3, int int4, int int5, byte[] byte2) protected voidclass_415.method_396(World world, int int2, int int3, int int4, int int5, byte[] byte2) class_243.method_811(World world, int int2, int int3) class_251.method_811(World world, int int2, int int3) class_445.method_811(World world, int int2, int int3) voidclass_243.method_812(World world, Chunk chunk) voidclass_251.method_812(World world, Chunk chunk) voidclass_445.method_812(World world, Chunk chunk) voidclass_243.method_814(World world, Chunk chunk) voidclass_251.method_814(World world, Chunk chunk) voidclass_445.method_814(World world, Chunk chunk) Constructors in net.minecraft with parameters of type World -
Uses of World in net.minecraft.block
Fields in net.minecraft.block declared as WorldMethods in net.minecraft.block with parameters of type WorldModifier and TypeMethodDescriptionvoidBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) voidPistonBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) voidPistonHeadBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) voidStairsBlock.addIntersectingBoundingBox(World world, int x, int y, int z, Box box, ArrayList boxes) voidBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidIceBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidLeavesBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidLogBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidSnowyBlock.afterBreak(World world, PlayerEntity playerEntity, int x, int y, int z, int meta) voidCropBlock.applyFullGrowth(World world, int x, int y, int z) voidBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d vec3d) voidLiquidBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d vec3d) voidStairsBlock.applyVelocity(World world, int x, int y, int z, Entity entity, Vec3d vec3d) private booleanFireBlock.areBlocksAroundFlammable(World world, int x, int y, int z) protected final voidPlantBlock.breakIfCannotGrow(World world, int x, int y, int z) protected final voidSugarCaneBlock.breakIfCannotGrow(World world, int x, int y, int z) private booleanButtonBlock.breakIfCannotPlaceAt(World world, int x, int y, int z) private booleanLeverBlock.breakIfCannotPlaceAt(World world, int x, int y, int z) private booleanSnowyBlock.breakIfCannotPlaceAt(World world, int x, int y, int z) private booleanTorchBlock.breakIfCannotPlaceAt(World world, int x, int y, int z) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanBlock.canPlaceAt(World world, int x, int y, int z) booleanBlock.canPlaceAt(World world, int x, int y, int z, int side) booleanButtonBlock.canPlaceAt(World world, int x, int y, int z) booleanButtonBlock.canPlaceAt(World world, int x, int y, int z, int side) booleanCactusBlock.canPlaceAt(World world, int x, int y, int z) booleanCakeBlock.canPlaceAt(World world, int x, int y, int z) booleanChestBlock.canPlaceAt(World world, int x, int y, int z) booleanDoorBlock.canPlaceAt(World world, int x, int y, int z) booleanFenceBlock.canPlaceAt(World world, int x, int y, int z) booleanFireBlock.canPlaceAt(World world, int x, int y, int z) booleanLadderBlock.canPlaceAt(World world, int x, int y, int z) booleanLeverBlock.canPlaceAt(World world, int x, int y, int z) booleanLeverBlock.canPlaceAt(World world, int x, int y, int z, int side) booleanLockedChestBlock.canPlaceAt(World world, int x, int y, int z) booleanPistonExtensionBlock.canPlaceAt(World world, int x, int y, int z) booleanPistonExtensionBlock.canPlaceAt(World world, int x, int y, int z, int side) booleanPistonHeadBlock.canPlaceAt(World world, int x, int y, int z) booleanPistonHeadBlock.canPlaceAt(World world, int x, int y, int z, int side) booleanPlantBlock.canPlaceAt(World world, int x, int y, int z) booleanPressurePlateBlock.canPlaceAt(World world, int x, int y, int z) booleanPumpkinBlock.canPlaceAt(World world, int x, int y, int z) booleanRailBlock.canPlaceAt(World world, int x, int y, int z) booleanRedstoneWireBlock.canPlaceAt(World world, int x, int y, int z) booleanRepeaterBlock.canPlaceAt(World world, int x, int y, int z) booleanSnowyBlock.canPlaceAt(World world, int x, int y, int z) booleanStairsBlock.canPlaceAt(World world, int x, int y, int z) booleanSugarCaneBlock.canPlaceAt(World world, int x, int y, int z) booleanTorchBlock.canPlaceAt(World world, int x, int y, int z) booleanTrapdoorBlock.canPlaceAt(World world, int x, int y, int z, int side) private booleanTorchBlock.canPlaceOn(World world, int x, int y, int z) booleanBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) booleanButtonBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) booleanDetectorRailBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) booleanLeverBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) booleanPressurePlateBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) booleanRedstoneTorchBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) booleanRedstoneWireBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) booleanRepeaterBlock.canTransferPowerInDirection(World world, int x, int y, int z, int direction) private voidprotected voidvoidBedBlock.dropStacks(World world, int x, int y, int z, int int2, float float2) final voidBlock.dropStacks(World world, int x, int y, int z, int int2) voidBlock.dropStacks(World world, int x, int y, int z, int int2, float float2) voidCropBlock.dropStacks(World world, int x, int y, int z, int int2, float float2) voidJukeboxBlock.dropStacks(World world, int x, int y, int z, int int2, float float2) voidPistonExtensionBlock.dropStacks(World world, int x, int y, int z, int int2, float float2) voidStairsBlock.dropStacks(World world, int x, int y, int z, int int2, float float2) voidprivate floatCropBlock.getAvailableMoisture(World world, int x, int y, int z) Block.getBoundingBox(World world, int x, int y, int z) CactusBlock.getBoundingBox(World world, int x, int y, int z) CakeBlock.getBoundingBox(World world, int x, int y, int z) DoorBlock.getBoundingBox(World world, int x, int y, int z) LadderBlock.getBoundingBox(World world, int x, int y, int z) SignBlock.getBoundingBox(World world, int x, int y, int z) StairsBlock.getBoundingBox(World world, int x, int y, int z) TrapdoorBlock.getBoundingBox(World world, int x, int y, int z) Block.getCollisionShape(World world, int x, int y, int z) ButtonBlock.getCollisionShape(World world, int x, int y, int z) CactusBlock.getCollisionShape(World world, int x, int y, int z) CakeBlock.getCollisionShape(World world, int x, int y, int z) CobwebBlock.getCollisionShape(World world, int x, int y, int z) DoorBlock.getCollisionShape(World world, int x, int y, int z) FarmlandBlock.getCollisionShape(World world, int x, int y, int z) FenceBlock.getCollisionShape(World world, int x, int y, int z) FireBlock.getCollisionShape(World world, int x, int y, int z) LadderBlock.getCollisionShape(World world, int x, int y, int z) LeverBlock.getCollisionShape(World world, int x, int y, int z) LiquidBlock.getCollisionShape(World world, int x, int y, int z) NetherPortalBlock.getCollisionShape(World world, int x, int y, int z) PistonExtensionBlock.getCollisionShape(World world, int x, int y, int z) PlantBlock.getCollisionShape(World world, int x, int y, int z) PressurePlateBlock.getCollisionShape(World world, int x, int y, int z) RailBlock.getCollisionShape(World world, int x, int y, int z) RedstoneWireBlock.getCollisionShape(World world, int x, int y, int z) SignBlock.getCollisionShape(World world, int x, int y, int z) SnowyBlock.getCollisionShape(World world, int x, int y, int z) SoulSandBlock.getCollisionShape(World world, int x, int y, int z) StairsBlock.getCollisionShape(World world, int x, int y, int z) SugarCaneBlock.getCollisionShape(World world, int x, int y, int z) TorchBlock.getCollisionShape(World world, int x, int y, int z) TrapdoorBlock.getCollisionShape(World world, int x, int y, int z) PistonExtensionBlock.getPushedBlockCollisionShape(World world, int x, int y, int z, int blockId, float sizeMultiplier, int facing) private booleanvoidJukeboxBlock.insertRecord(World world, int x, int y, int z, int id) private booleanFarmlandBlock.isWaterNearby(World world, int x, int y, int z) private voidprivate voidStillLiquidBlock.method_1037(World world, int int2, int int3, int int4) private booleanStillLiquidBlock.method_1038(World world, int int2, int int3, int int4) private intButtonBlock.method_1047(World world, int x, int y, int z) private intFlowingLiquidBlock.method_1052(World world, int int2, int int3, int int4, int int5, int int6) protected intFlowingLiquidBlock.method_1053(World world, int int2, int int3, int int4, int int5) private voidFlowingLiquidBlock.method_1054(World world, int int2, int int3, int int4, int int5) private voidFlowingLiquidBlock.method_1055(World world, int int2, int int3, int int4) private boolean[]FlowingLiquidBlock.method_1056(World world, int int2, int int3, int int4) private booleanFlowingLiquidBlock.method_1057(World world, int int2, int int3, int int4) private booleanFlowingLiquidBlock.method_1058(World world, int int2, int int3, int int4) voidTrapdoorBlock.method_1059(World world, int x, int y, int z, boolean bool) private booleanRailBlock.method_1103(World world, int x, int y, int z, int int2, boolean bool, int int3) private voidRailBlock.method_1104(World world, int x, int y, int z, boolean bool) private booleanRailBlock.method_1105(World world, int x, int y, int z, boolean bool, int int2, int int3) static final booleanRailBlock.method_1109(World world, int x, int y, int z) private voidDetectorRailBlock.method_1144(World world, int x, int y, int z, int int2) protected intLiquidBlock.method_1220(World world, int int2, int int3, int int4) protected voidLiquidBlock.method_1221(World world, int int2, int int3, int int4) private voidLiquidBlock.method_1222(World world, int int2, int int3, int int4) private voidRedstoneWireBlock.method_1286(World world, int x, int y, int z, int int2, int int3, int int4) private intRedstoneWireBlock.method_1288(World world, int x, int y, int z, int int2) private voidRedstoneWireBlock.method_1289(World world, int x, int y, int z) private voidRedstoneWireBlock.method_1290(World world, int x, int y, int z) static voidFurnaceBlock.method_1403(boolean bool, World world, int x, int y, int z) private voidPressurePlateBlock.method_1512(World world, int x, int y, int z) static voidBedBlock.method_1657(World world, int x, int y, int z, boolean bool) static Vec3iBedBlock.method_1661(World world, int x, int y, int z, int int2) private booleanRepeaterBlock.method_1728(World world, int x, int y, int z, int int2) intFireBlock.method_1825(World world, int x, int y, int z, int int2) private intFireBlock.method_1827(World world, int x, int y, int z) private booleanRedstoneTorchBlock.method_2038(World world, int x, int y, int z, boolean bool) private booleanRedstoneTorchBlock.method_2039(World world, int x, int y, int z) private booleanChestBlock.method_409(World world, int x, int y, int z) static booleanSandBlock.method_435(World world, int x, int y, int z) private voidSandBlock.method_436(World world, int x, int y, int z) booleanNetherPortalBlock.method_736(World world, int x, int y, int z) private static booleanPistonBlock.method_759(int int2, World world, int int3, int int4, int int5, boolean bool) private static intPistonBlock.method_761(World world, int int2, int int3, int int4, PlayerEntity playerEntity) private booleanPistonBlock.method_763(World world, int int2, int int3, int int4, int int5) private voidPistonBlock.method_764(World world, int int2, int int3, int int4) private static booleanPistonBlock.method_765(World world, int int2, int int3, int int4, int int5) private booleanPistonBlock.method_766(World world, int int2, int int3, int int4, int int5) voidDoorBlock.method_837(World world, int x, int y, int z, boolean bool) private voidLeavesBlock.method_990(World world, int x, int y, int z) voidBedBlock.neighborUpdate(World world, int x, int y, int z, int id) voidBlock.neighborUpdate(World world, int x, int y, int z, int id) voidButtonBlock.neighborUpdate(World world, int x, int y, int z, int id) voidCactusBlock.neighborUpdate(World world, int x, int y, int z, int id) voidCakeBlock.neighborUpdate(World world, int x, int y, int z, int id) voidDispenserBlock.neighborUpdate(World world, int x, int y, int z, int id) voidDoorBlock.neighborUpdate(World world, int x, int y, int z, int id) voidFarmlandBlock.neighborUpdate(World world, int x, int y, int z, int id) voidFireBlock.neighborUpdate(World world, int x, int y, int z, int id) voidLadderBlock.neighborUpdate(World world, int x, int y, int z, int id) voidLeverBlock.neighborUpdate(World world, int x, int y, int z, int id) voidLiquidBlock.neighborUpdate(World world, int x, int y, int z, int id) voidNetherPortalBlock.neighborUpdate(World world, int x, int y, int z, int id) voidNoteBlock.neighborUpdate(World world, int x, int y, int z, int id) voidPistonBlock.neighborUpdate(World world, int x, int y, int z, int id) voidPistonExtensionBlock.neighborUpdate(World world, int x, int y, int z, int id) voidPistonHeadBlock.neighborUpdate(World world, int x, int y, int z, int id) voidPlantBlock.neighborUpdate(World world, int x, int y, int z, int id) voidPressurePlateBlock.neighborUpdate(World world, int x, int y, int z, int id) voidRailBlock.neighborUpdate(World world, int x, int y, int z, int id) voidRedstoneTorchBlock.neighborUpdate(World world, int x, int y, int z, int id) voidRedstoneWireBlock.neighborUpdate(World world, int x, int y, int z, int id) voidRepeaterBlock.neighborUpdate(World world, int x, int y, int z, int id) voidSandBlock.neighborUpdate(World world, int x, int y, int z, int id) voidSignBlock.neighborUpdate(World world, int x, int y, int z, int id) voidSnowyBlock.neighborUpdate(World world, int x, int y, int z, int id) voidStillLiquidBlock.neighborUpdate(World world, int x, int y, int z, int id) voidSugarCaneBlock.neighborUpdate(World world, int x, int y, int z, int id) voidTntBlock.neighborUpdate(World world, int x, int y, int z, int id) voidTorchBlock.neighborUpdate(World world, int x, int y, int z, int id) voidTrapdoorBlock.neighborUpdate(World world, int x, int y, int z, int id) voidBlock.onBlockAction(World world, int x, int y, int z, int data1, int data2) voidNoteBlock.onBlockAction(World world, int x, int y, int z, int data1, int data2) voidPistonBlock.onBlockAction(World world, int x, int y, int z, int data1, int data2) voidBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidButtonBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidCakeBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidDoorBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidLeverBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidNoteBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidRedstoneOreBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidStairsBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidTntBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidTrapdoorBlock.onBlockBreakStart(World world, int x, int y, int z, PlayerEntity player) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidBlock.onDestroyedByExplosion(World world, int x, int y, int z) voidStairsBlock.onDestroyedByExplosion(World world, int x, int y, int z) voidTntBlock.onDestroyedByExplosion(World world, int x, int y, int z) voidBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidCactusBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidCobwebBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidDetectorRailBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidNetherPortalBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidPressurePlateBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidSoulSandBlock.onEntityCollision(World world, int x, int y, int z, Entity entity) voidBlock.onMetadataChange(World world, int x, int y, int z, int meta) voidStairsBlock.onMetadataChange(World world, int x, int y, int z, int meta) voidTntBlock.onMetadataChange(World world, int x, int y, int z, int meta) voidvoidvoidBlock.onPlaced(World world, int x, int y, int z, LivingEntity placer) voidvoidvoidvoidDispenserBlock.onPlaced(World world, int x, int y, int z, LivingEntity placer) voidvoidvoidvoidFurnaceBlock.onPlaced(World world, int x, int y, int z, LivingEntity placer) voidvoidvoidvoidvoidPistonBlock.onPlaced(World world, int x, int y, int z, LivingEntity placer) voidvoidvoidvoidPumpkinBlock.onPlaced(World world, int x, int y, int z, LivingEntity placer) voidvoidvoidvoidvoidRepeaterBlock.onPlaced(World world, int x, int y, int z, LivingEntity placer) voidvoidvoidvoidvoidStairsBlock.onPlaced(World world, int x, int y, int z, LivingEntity placer) voidvoidvoidvoidvoidBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidFarmlandBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidLeavesBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidRedstoneOreBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidStairsBlock.onSteppedOn(World world, int x, int y, int z, Entity entity) voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().voidCalled at a frequency based on the return value ofBlock.getTickRate().booleanBedBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanButtonBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanCakeBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanChestBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanDispenserBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanDoorBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanFurnaceBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanJukeboxBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanLeverBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanNoteBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanPistonBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanPistonExtensionBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanRedstoneOreBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanRepeaterBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanStairsBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanTntBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanTrapdoorBlock.onUse(World world, int x, int y, int z, PlayerEntity player) booleanWorkbenchBlock.onUse(World world, int x, int y, int z, PlayerEntity player) voidBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidFireBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidFurnaceBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidLiquidBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidNetherPortalBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidRedstoneOreBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidRedstoneTorchBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidRedstoneWireBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidRepeaterBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidStairsBlock.randomDisplayTick(World world, int x, int y, int z, Random random) voidTorchBlock.randomDisplayTick(World world, int x, int y, int z, Random random) private voidRedstoneOreBlock.spawnParticles(World world, int x, int y, int z) private voidCakeBlock.tryEat(World world, int x, int y, int z, PlayerEntity player) voidJukeboxBlock.tryEjectRecord(World world, int x, int y, int z) private voidFireBlock.trySpreadingFire(World world, int x, int y, int z, int spreadFactor, Random random, int currentAge) private voidDispenserBlock.updateDirection(World world, int x, int y, int z) private voidFurnaceBlock.updateDirection(World world, int x, int y, int z) Constructors in net.minecraft.block with parameters of type World -
Uses of World in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as WorldMethods in net.minecraft.block.entity with parameters of type World -
Uses of World in net.minecraft.client
Fields in net.minecraft.client declared as WorldMethods in net.minecraft.client with parameters of type WorldModifier and TypeMethodDescriptionvoidInteractionManager.method_1710(World world) booleanInteractionManager.method_1712(PlayerEntity playerEntity, World world, ItemStack itemStack) booleanInteractionManager.method_1713(PlayerEntity playerEntity, World world, ItemStack itemStack, int int2, int int3, int int4, int int5) InteractionManager.method_1717(World world) voidMinecraft.method_2114(World world, String string) voidMinecraft.method_2115(World world, String string, PlayerEntity playerEntity) void -
Uses of World in net.minecraft.client.gui.screen.ingame
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type WorldModifierConstructorDescriptionCraftingScreen(PlayerInventory inventory, World world, int int2, int int3, int int4) -
Uses of World in net.minecraft.client.network
Constructors in net.minecraft.client.network with parameters of type WorldModifierConstructorDescriptionMultiplayerClientPlayerEntity(Minecraft minecraft, World world, Session session, ClientNetworkHandler networkHandler) OtherPlayerEntity(World world, String string) -
Uses of World in net.minecraft.client.particle
Constructors in net.minecraft.client.particle with parameters of type WorldModifierConstructorDescriptionBlockParticle(World world, double double2, double double3, double double4, double double5, double double6, double double7, Block block, int int2, int int3) ExplosionParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) FireSmokeParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) FireSmokeParticle(World world, double double2, double double3, double double4, double double5, double double6, double double7, float float2) FlameParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) FootstepParticle(TextureManager textureManager, World world, double double2, double double3, double double4) HeartParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) HeartParticle(World world, double double2, double double3, double double4, double double5, double double6, double double7, float float2) ItemParticle(World world, double double2, double double3, double double4, Item item) ItemPickupParticle(World world, Entity entity, Entity entity2, float float2) LavaEmberParticle(World world, double double2, double double3, double double4) NoteParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) NoteParticle(World world, double double2, double double3, double double4, double double5, double double6, double double7, float float2) Particle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) PortalParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) RainSplashParticle(World world, double double2, double double3, double double4) RedDustParticle(World world, double double2, double double3, double double4, float float2, float float3, float float4) RedDustParticle(World world, double double2, double double3, double double4, float float2, float float3, float float4, float float5) SnowflakeParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) SnowflakeParticle(World world, double double2, double double3, double double4, double double5, double double6, double double7, float float2) WaterBubbleParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) WaterSplashParticle(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Uses of World in net.minecraft.client.render
Fields in net.minecraft.client.render declared as WorldMethods in net.minecraft.client.render with parameters of type World -
Uses of World in net.minecraft.client.render.block
Methods in net.minecraft.client.render.block with parameters of type WorldModifier and TypeMethodDescriptionvoidBlockRenderManager.renderFallingBlockEntity(Block block, World world, int x, int y, int z) -
Uses of World in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as WorldMethods in net.minecraft.client.render.block.entity with parameters of type WorldModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.method_1273(World world) voidBlockEntityRenderDispatcher.method_1274(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity livingEntity, float float2) voidvoid -
Uses of World in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as WorldConstructors in net.minecraft.client.render.chunk with parameters of type WorldModifierConstructorDescriptionChunkBuilder(World world, List blockEntitiesUpdateList, int x, int y, int z, int size, int baseRenderListId) -
Uses of World in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as WorldMethods in net.minecraft.client.render.entity that return WorldMethods in net.minecraft.client.render.entity with parameters of type WorldModifier and TypeMethodDescriptionvoidEntityRenderDispatcher.method_1916(World world) voidEntityRenderDispatcher.method_1917(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity livingEntity, GameOptions gameOptions, float float2) -
Uses of World in net.minecraft.entity
Fields in net.minecraft.entity declared as WorldMethods in net.minecraft.entity that return WorldMethods in net.minecraft.entity with parameters of type WorldModifier and TypeMethodDescriptionstatic Entitystatic Entitystatic EntityEntityRegistry.getEntityFromNbt(NbtCompound nbt, World world) voidConstructors in net.minecraft.entity with parameters of type WorldModifierConstructorDescriptionAbstractLightningEntity(World world) FallingBlockEntity(World world) FallingBlockEntity(World world, double x, double y, double z, int blockId) FlyingEntity(World world) ItemEntity(World world) ItemEntity(World world, double x, double y, double z, ItemStack stack) LightningEntity(World world, double x, double y, double z) LivingEntity(World world) WaterCreatureEntity(World world) -
Uses of World in net.minecraft.entity.decoration.painting
Constructors in net.minecraft.entity.decoration.painting with parameters of type WorldModifierConstructorDescriptionPaintingEntity(World world) PaintingEntity(World world, int x, int y, int z, int facing) PaintingEntity(World world, int x, int y, int z, int facing, String variant) -
Uses of World in net.minecraft.entity.mob
Constructors in net.minecraft.entity.mob with parameters of type WorldModifierConstructorDescriptionCreeperEntity(World world) GhastEntity(World world) GiantEntity(World world) MonsterEntity(World world) PigZombieEntity(World world) SkeletonEntity(World world) SlimeEntity(World world) SpiderEntity(World world) ZombieEntity(World world) -
Uses of World in net.minecraft.entity.passive
Constructors in net.minecraft.entity.passive with parameters of type WorldModifierConstructorDescriptionAnimalEntity(World world) ChickenEntity(World world) SheepEntity(World world) SquidEntity(World world) WolfEntity(World world) -
Uses of World in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type WorldModifier and TypeMethodDescriptionstatic Vec3iPlayerEntity.method_507(World world, Vec3i vec3i) voidConstructors in net.minecraft.entity.player with parameters of type WorldModifierConstructorDescriptionClientPlayerEntity(Minecraft minecraft, World world, Session session, int dimensionId) PlayerEntity(World world) ServerPlayerEntity(MinecraftServer server, World world, String name, class_70 class_70) -
Uses of World in net.minecraft.entity.projectile
Constructors in net.minecraft.entity.projectile with parameters of type WorldModifierConstructorDescriptionArrowEntity(World world) ArrowEntity(World world, double x, double y, double z) ArrowEntity(World world, LivingEntity owner) FireballEntity(World world) FireballEntity(World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) FireballEntity(World world, LivingEntity owner, double velocityX, double velocityY, double velocityZ) FishingBobberEntity(World world) FishingBobberEntity(World world, double x, double y, double z) FishingBobberEntity(World world, PlayerEntity thrower) -
Uses of World in net.minecraft.entity.projectile.thrown
Constructors in net.minecraft.entity.projectile.thrown with parameters of type WorldModifierConstructorDescriptionEggEntity(World world, LivingEntity owner) SnowballEntity(World world) SnowballEntity(World world, double x, double y, double z) SnowballEntity(World world, LivingEntity owner) -
Uses of World in net.minecraft.entity.vehicle
Constructors in net.minecraft.entity.vehicle with parameters of type WorldModifierConstructorDescriptionBoatEntity(World world) BoatEntity(World world, double x, double y, double z) MinecartEntity(World world) MinecartEntity(World world, double x, double y, double z, int type) -
Uses of World in net.minecraft.item
Methods in net.minecraft.item with parameters of type WorldModifier and TypeMethodDescriptionvoidItem.inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) voidItemStack.inventoryTick(World world, Entity entity, int slot, boolean selected) voidMapItem.inventoryTick(ItemStack stack, World world, Entity entity, int slot, boolean selected) voidMapItem.method_1729(World world, Entity entity, MapState mapState) MapItem.method_1730(ItemStack itemStack, World world) static MapStateMapItem.method_1731(short short2, World world) MapItem.method_1855(ItemStack itemStack, World world, PlayerEntity playerEntity) voidItem.onCraft(ItemStack stack, World world, PlayerEntity player) voidItemStack.onCraft(World world, PlayerEntity player) voidMapItem.onCraft(ItemStack stack, World world, PlayerEntity player) BoatItem.use(ItemStack stack, World world, PlayerEntity user) BowItem.use(ItemStack stack, World world, PlayerEntity user) BucketItem.use(ItemStack stack, World world, PlayerEntity user) EggItem.use(ItemStack stack, World world, PlayerEntity user) FishingRodItem.use(ItemStack stack, World world, PlayerEntity user) FoodItem.use(ItemStack stack, World world, PlayerEntity user) Item.use(ItemStack stack, World world, PlayerEntity user) ItemStack.use(World world, PlayerEntity user) MushroomStewItem.use(ItemStack stack, World world, PlayerEntity user) SnowballItem.use(ItemStack stack, World world, PlayerEntity user) booleanBedItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanBlockItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanDoorItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanDyeItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanFlintAndSteel.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanHoeItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanItemStack.useOnBlock(PlayerEntity player, World world, int x, int y, int z, int side) booleanMinecartItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanMusicDiscItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanPaintingItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanRedstoneItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanSecondaryBlockItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanSeedsItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) booleanSignItem.useOnBlock(ItemStack stack, PlayerEntity user, World world, int x, int y, int z, int side) -
Uses of World in net.minecraft.item.map
Methods in net.minecraft.item.map with parameters of type WorldModifier and TypeMethodDescriptionbyte[]MapState.getPlayerMarkerPacket(ItemStack stack, World world, PlayerEntity player) -
Uses of World in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type WorldModifierConstructorDescriptionBlockUpdateS2CPacket(int x, int y, int z, World world) ChunkDataS2CPacket(int x, int y, int z, int sizeX, int sizeY, int sizeZ, World world) ChunkDeltaUpdateS2CPacket(int x, int z, short[] positions, int size, World world) -
Uses of World in net.minecraft.screen
Fields in net.minecraft.screen declared as WorldConstructors in net.minecraft.screen with parameters of type WorldModifierConstructorDescriptionCraftingScreenHandler(PlayerInventory playerInventory, World world, int x, int y, int z) -
Uses of World in net.minecraft.world
Constructors in net.minecraft.world with parameters of type World -
Uses of World in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as WorldConstructors in net.minecraft.world.chunk with parameters of type WorldModifierConstructorDescriptionChunkCache(World world, int minX, int minY, int minZ, int maxX, int maxY, int maxZ) EmptyChunk(World world, byte[] blocks, int x, int z) EmptyChunk(World world, int x, int z) -
Uses of World in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as WorldMethods in net.minecraft.world.dimension with parameters of type World -
Uses of World in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as WorldMethods in net.minecraft.world.gen.feature with parameters of type WorldModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanabstract booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean