- Enclosing class:
Renderer
public static final class Renderer.Builder
extends Keyed
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class net.pl3x.map.core.Keyed
getKey
-
Constructor Details
-
Builder
public Builder(@NotNull
@NotNull String key,
@NotNull
@NotNull String name,
@NotNull
@NotNull Class<? extends @NotNull Renderer> clazz)
-
Method Details
-
getName
@NotNull
public @NotNull String getName()
-
getClazz
@NotNull
public @NotNull Class<? extends @NotNull Renderer> getClazz()
-
equals
public boolean equals(@Nullable
@Nullable Object obj)
- Overrides:
equals
in class Keyed
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class Keyed
-