Uses of Class
net.minecraft.block.entity.BeaconBlockEntity
Packages that use BeaconBlockEntity
Package
Description
-
Uses of BeaconBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as BeaconBlockEntityConstructors in net.minecraft.client.gui.screen.ingame with parameters of type BeaconBlockEntityModifierConstructorDescriptionBeaconScreen(PlayerInventory playerInventory, BeaconBlockEntity beaconBlockEntity) -
Uses of BeaconBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type BeaconBlockEntityModifier and TypeMethodDescriptionvoidBeaconBlockEntityRenderer.method_1631(BeaconBlockEntity beaconBlockEntity, double double2, double double3, double double4, float float2) -
Uses of BeaconBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type BeaconBlockEntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.method_4571(BeaconBlockEntity beaconBlockEntity) voidPlayerEntity.method_4571(BeaconBlockEntity beaconBlockEntity) voidServerPlayerEntity.method_4571(BeaconBlockEntity beaconBlockEntity) -
Uses of BeaconBlockEntity in net.minecraft.screen
Fields in net.minecraft.screen declared as BeaconBlockEntityMethods in net.minecraft.screen that return BeaconBlockEntityConstructors in net.minecraft.screen with parameters of type BeaconBlockEntityModifierConstructorDescriptionBeaconScreenHandler(PlayerInventory playerInventory, BeaconBlockEntity beaconBlockEntity)