java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.item.component.Filterable<T>
public class Filterable<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
-
Constructor Details
-
Filterable
public Filterable(T raw,
@Nullable
T optional)
-
Method Details
-
-
getOptional
@Nullable
public T getOptional()
-
-
canEqual
protected boolean canEqual(@Nullable Object other)
-
-