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 DispenserBlockEntity
BlockPointer.blockEntity
The field for theblockEntity
record component.Methods in net.minecraft.util.math that return DispenserBlockEntityModifier and TypeMethodDescriptionBlockPointer.blockEntity()
Returns the value of theblockEntity
record component.Constructors in net.minecraft.util.math with parameters of type DispenserBlockEntityModifierConstructorDescriptionBlockPointer
(ServerWorld serverWorld, BlockPos blockPos, BlockState blockState, DispenserBlockEntity dispenserBlockEntity)