Package at.petrak.hexcasting.api.casting
Class PatternShapeMatch.Special
java.lang.Object
at.petrak.hexcasting.api.casting.PatternShapeMatch
at.petrak.hexcasting.api.casting.PatternShapeMatch.Special
- Enclosing class:
- PatternShapeMatch
The shape matches a special handler
-
Nested Class Summary
Nested classes/interfaces inherited from class at.petrak.hexcasting.api.casting.PatternShapeMatch
PatternShapeMatch.Normal, PatternShapeMatch.Nothing, PatternShapeMatch.PerWorld, PatternShapeMatch.Special -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SpecialHandlerfinal net.minecraft.resources.ResourceKey<SpecialHandler.Factory<?>> -
Constructor Summary
ConstructorsConstructorDescriptionSpecial(net.minecraft.resources.ResourceKey<SpecialHandler.Factory<?>> key, SpecialHandler handler) -
Method Summary
-
Field Details
-
key
-
handler
-
-
Constructor Details
-
Special
public Special(net.minecraft.resources.ResourceKey<SpecialHandler.Factory<?>> key, SpecialHandler handler)
-