public interface Tablet extends EnvironmentHost, MachineHost, Rotatable
if (node.host() instanceof Tablet) {
HostAware
item
drivers to check if the provided environment class is a tablet by checking
for assignability, which allows for items that make no sense in tablets to
deny being placed into them in the assembler, for example.
Modifier and Type | Method and Description |
---|---|
net.minecraft.entity.player.PlayerEntity |
player()
Returns the player last holding the tablet.
|
componentSlot, internalComponents, machine, machinePosition, onMachineConnect, onMachineDisconnect
markChanged, world, xPosition, yPosition, zPosition
net.minecraft.entity.player.PlayerEntity player()