Interface GhostRecipePacketView

All Superinterfaces:
PacketView

public interface GhostRecipePacketView extends PacketView
Lazy copy-on-write view of clientbound ghost-recipe placement.
  • Method Details

    • containerId

      int containerId()
    • recipe

      NativeValue recipe()
      Returns the retained recipe key or display object without conversion.
    • containerId

      void containerId(int containerId)
    • recipe

      void recipe(NativeValue recipe)