Uses of Class
net.minecraft.block.entity.DispenserBlockEntity
Packages that use DispenserBlockEntity
-
Uses of DispenserBlockEntity in net.minecraft.block.entity
Subclasses of DispenserBlockEntity in net.minecraft.block.entityFields in net.minecraft.block.entity with type parameters of type DispenserBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<DispenserBlockEntity>BlockEntityType.DISPENSER -
Uses of DispenserBlockEntity in net.minecraft.util.math
Fields in net.minecraft.util.math declared as DispenserBlockEntityModifier and TypeFieldDescriptionprivate final DispenserBlockEntityBlockPointer.getBlockEntityThe field for thegetBlockEntityrecord component.Methods in net.minecraft.util.math that return DispenserBlockEntityModifier and TypeMethodDescriptionBlockPointer.getBlockEntity()Returns the value of thegetBlockEntityrecord component.Constructors in net.minecraft.util.math with parameters of type DispenserBlockEntityModifierConstructorDescriptionBlockPointer(ServerWorld serverWorld, BlockPos blockPos, BlockState blockState, DispenserBlockEntity dispenserBlockEntity)