public abstract class CasingInfraredReceiverMixin extends java.lang.Object implements InfraredReceiver
| Constructor and Description |
|---|
CasingInfraredReceiverMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
onInfraredPacket(InfraredPacket packet,
net.minecraft.util.HitResult hitResult)
Called when an infrared packet collides with this.
|
public void onInfraredPacket(InfraredPacket packet, net.minecraft.util.HitResult hitResult)
InfraredReceiveronInfraredPacket in interface InfraredReceiverpacket - the packet that collided with this.hitResult - the information on the hit.