Package devs.beer.nativepackets.api
Interface GhostRecipePacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of clientbound ghost-recipe placement.
-
Method Summary
Modifier and TypeMethodDescriptionintvoidcontainerId(int containerId) recipe()Returns the retained recipe key or display object without conversion.voidrecipe(NativeValue recipe) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
containerId
int containerId() -
recipe
NativeValue recipe()Returns the retained recipe key or display object without conversion. -
containerId
void containerId(int containerId) -
recipe
-