public class HackableTrapDoor extends HackableDoor
| Constructor and Description |
|---|
HackableTrapDoor() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getHackableId()
Get a unique id to represent this hackable.
|
protected net.minecraft.state.BooleanProperty |
getOpenProperty() |
addInfo, addPostHackInfo, canHack, getHackTime, onHackCompleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterHackTick, fakeRayTracepublic net.minecraft.util.ResourceLocation getHackableId()
IHackableBlockThe returned ResourceLocation should be in the namespace of the mod which adds the hack (which is not necessarily the mod that adds the hackable block).
CURRENTLY THIS ISN'T IMPLEMENTED.
getHackableId in interface IHackableBlockgetHackableId in class HackableDoorprotected net.minecraft.state.BooleanProperty getOpenProperty()
getOpenProperty in class HackableDoor