java.lang.Object
net.fabricmc.fabric.api.object.builder.v1.sign.SignTypeRegistry
public final class SignTypeRegistry
extends Object
This class allows registering
SignType
s.
A SignType
is used to tell the game what texture a sign should use.
These textures are stored under namespace/textures/entity/signs/
.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
registerSignType
- Parameters:
id
- the id of this SignType
- Returns:
- a new
SignType
.