Package-level declarations

Types

Link copied to clipboard
public interface IBlockEntityProcessor<T extends BlockEntity> implements Function<T, R>
Interface defining an entity processor.
Link copied to clipboard
public interface IEntityProcessor<T extends Entity> implements Function<T, R>
Interface defining an entity processor.
Link copied to clipboard
public interface IInspector
Interface defining an interaction inspector.
Link copied to clipboard
public interface IInteractionData
Represents data, which can be exported to selectors.
Link copied to clipboard
public interface IInteractionTarget
Represents the target of an interaction.
Link copied to clipboard
public interface IInteractor
Interface for signaling OptiGUI about interactions for texture replacing.
Link copied to clipboard
public final class Interaction extends Record
Interaction representation with a block entity or entity.
Link copied to clipboard
public final class RawInteraction extends Record
Raw interaction details.